Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: file reorganization #7

Merged
merged 2 commits into from
Aug 4, 2023
Merged

chore: file reorganization #7

merged 2 commits into from
Aug 4, 2023

Conversation

rodrigo-pino
Copy link
Contributor

Changing pkg structure from everything inside the vm pkg into three different ones:

  1. runner: initializes the vm and executes it. A separate package since it is optional. Anyone can implement their own runner to interact with the vm.
  2. program: logic that parses a casm file and turns into a Program (which is used by our runner, not vm). It may go inside the runner pkg, but I am not sure, maybe we want multiple program parsers (for example sierra-compile and starknet-sierra-compile produce different outputs)
  3. vm: the reason for this project

@rodrigo-pino rodrigo-pino merged commit 037dd49 into main Aug 4, 2023
2 checks passed
@rodrigo-pino rodrigo-pino deleted the chore-reorg branch August 4, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants